/*数字-字体*/
@font-face{font-family: din;src: url('font/D-DIN-Bold.ttf');}
/*中文-字体*/
html[lang=zh-cn]{font-size: 0;font-family: 思源黑体 CN,Source Han Sans,MiSans,PingFangSC;height: 100%;}
/*英文-字体*/
html[lang=en]{font-size: 0;font-family: Arial,Roboto;height: 100%;}
/*通用*/
:root{
	--fontColor: #f00;
	--fontColor1: #333333;
	--fontColor2: #666666;
	--btnColor: #081a43;
	--btnColor1: #081a43;
	--btnColor2: #081a43;
	--bgColor: #081a43;
	--bgColor1: #081a43;
	--bgColor2: #081a43;
}
*{font-size: inherit; color: inherit; font-family: inherit; line-height: inherit; outline: none; padding: 0; margin: 0; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; list-style-type: inherit;}

*::-webkit-input-placeholder{color: #d2d2d2;}
*::-moz-placeholder{color: #d2d2d2;}
*::-moz-placeholder{color: #d2d2d2;}
*::-ms-input-placeholder{color: #d2d2d2;}
[data-placeholder]{visibility: hidden;}
.hidden,[hidden]{visibility: hidden;}

body{font-size: 12px;color: #333;min-height: 100%;}
table{border-collapse: collapse;}
input,select,textarea{background: none;border: none;vertical-align: middle;resize: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{-webkit-appearance:  none;}
input[type="number"]{-moz-appearance: textfield;}
li{list-style-type: none;}
img{min-height: 1px;border: none;image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering:  crisp-edges; -ms-interpolation-mode: nearest-neighbor;position: relative;}
svg{min-height: 1px;position: relative;}
img[src$='.svg'], img[src='']{visibility: hidden;}
a,a *{text-decoration: none;}
/*a: hover{color: var(--fontColor);}*/
/*下拉自带的图标隐藏掉*/
select[none]{appearance: none;-moz-appearance: none;-webkit-appearance: none;}
select[none]:-ms-expand,select[none]:-webkit-expand,select[none]:-moz-expand{display: none;}
br{font-size: 0;line-height: 0;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
q:before,q:after{content: '';}



/*最大宽度*/
.cw750{max-width: 750px;width: 92%;margin: auto;}
.cw850{max-width: 850px;width: 92%;margin: auto;}
.cw900{max-width: 900px;width: 92%;margin: auto;}
.cw1000{max-width: 1000px;width: 92%;margin: auto;}
.cw1100{max-width: 1100px;width: 92%;margin: auto;}
.cw1200{max-width: 1200px;width: 92%;margin: auto;}
.cw1240{max-width: 1240px;width: 92%;margin: auto;}
.cw1300{max-width: 1300px;width: 92%;margin: auto;}
.cw1360{max-width: 1360px;width: 92%;margin: auto;}
.cw1400{max-width: 1400px;width: 92%;margin: auto;}
.cw1440{max-width: 1440px;width: 92%;margin: auto;}
.cw1600{max-width: 1600px;width: 92%;margin: auto;}
.cw1680{max-width: 1680px;width: 92%;margin: auto;}
.cw1720{max-width: 1720px;width: 92%;margin: auto;}
.cw1800{max-width: 1800px;width: 92%;margin: auto;}
.cw{width: 92%; margin: auto;}
.cw96{width: 96%; margin: auto;}
.cw94{width: 94%; margin: auto;}
.cw92{width: 92%; margin: auto;}
.cw90{width: 90%; margin: auto;}
.cw-{width: calc(100% - 80px); margin: auto;}
.cw-0{width: 100%; margin: auto;}
.cw-10,.cw10{width: calc(100% - 20px); margin: auto;}
.cw-20,.cw20{width: calc(100% - 40px); margin: auto;}
.cw-30,.cw30{width: calc(100% - 60px); margin: auto;}
.cw-40,.cw40{width: calc(100% - 80px); margin: auto;}
.cw-50,.cw50{width: calc(100% - 100px); margin: auto;}
.cw-60,.cw60{width: calc(100% - 120px); margin: auto;}
.cw-70,.cw70{width: calc(100% - 140px); margin: auto;}

/*编辑器*/
textarea[ueditor]{visibility: hidden;}
[myeditor] [contenteditable]{line-height: 1.6;}
[myeditor] textarea{display: none;}

[over] textarea[autoheight],
.over textarea[autoheight]{width: calc(100% + 50px) !important;overflow-y: scroll;padding-right: 50px !important;max-width: initial !important;min-width: initial !important;}


/*自定义滚动条*/
[mcscroll]{overflow: hidden;position: relative;padding: 0 !important;}
[mcscroll].isok{overflow: visible !important;}



/*swiper*/
.container{position: relative;overflow: hidden;margin-left:  auto;margin-right:  auto;}
.container.absolute{position: absolute;}
.container.fixed{position: fixed;}
.container:after{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.container[loading='none']:after{background: none}
.container.isok:after{display: none}
.container >.wrapper{position: relative;width: 100%;height: 100%;z-index: 1;display: flex;transition-property: transform;transform: translate3d(0px,0,0);}
.container[vertical] >.wrapper{flex-direction: column;}
.container[loading] .wrapper{opacity: 0}
.container >.wrapper >*{flex-grow: 0;flex-shrink: 0;width: 100%;height: 100%;position: relative;transition-property: transform}
.container[autoHeight] >.wrapper >*{height: auto;}

/*carousel*/
.carousel{position: relative;overflow: hidden;}
.carousel .wrapper{display: box;display: -webkit-flex;display: -ms-flex;display: -webkit-box;display: -moz-box;display: flex;justify-content: flex-start;align-content: flex-start;}
.carousel .wrapper>*{-webkit-flex-shrink: 0;flex-shrink: 0;}

/*文件银行*/
[file-selector] textarea{display: none;}
[file-selector],[exec*=',file-selector']{font-size: 0}
[file-selector][list='1'],[exec*=',file-selector'][list='1']{min-height: 108px;}


/*瀑布流*/
[masonry]>*{opacity: 0;/*transition: all .3s;-webkit-transition: all .3s*/}
[masonry].isok>*{opacity: 1;}

[image-fix]{opacity: 0;transition: all .3s;-webkit-transition: all .3s}
[image-fix].isok{opacity: 1;}

/*字体图标*/
/*[class^='jx'][class*='-'],[class*=' jx'][class*='-']{min-height: 1px; display: inline-block;}*/


/*开关切换按钮*/
.switchery,
[switchery]{width: 40px;height: 20px;display: inline-block;position: relative;cursor: pointer;user-select: none;-ms-user-select: none;-moz-user-select: none;-webkit-user-select: none;vertical-align: middle;background: #e2e2e2;border-radius: 100px;overflow: hidden;}
.switchery input,
[switchery] input{display: none;}
.switchery:after,
.switchery:before,
[switchery]:after,
[switchery]:before{content: "";display: block;transition: all .2s;-ms-transition: all .2s;-moz-transition: all .2s;-webkit-transition: all .2s;}
.switchery:after,
[switchery]:after{background: #fff;border-radius: 100px;height: 15px;width: 15px;box-shadow: 0 1px 5px rgba(0,0,0,.3);position: absolute;left: 2px;top: 2px;}
.switchery:before,
[switchery]:before{background: #0899ea;width: 0px;height: 100%;}
.switchery.cur:after,
[switchery].cur:after{left: 23px;}
.switchery.cur:before,
[switchery].cur:before{width: 100%;}
.switchery.min,
[switchery][min]{height: 15px; width: 28px;}
.switchery.min:after,
[switchery][min]:after{height: 10px; width: 10px;}
.switchery.min.cur:after,
[switchery][min].cur:after{left: 16px;}


/*===================下面必须要统一规范的==========================================*/
/*常用类*/
.fl,[fl]{float: left;}
.fr,[fr]{float: right;}
.relative,[relative],[dragsort]{position: relative;}
.absolute,[absolute]{position: absolute;}
.absolute.max,[absolute][max]{left: 0;top: 0;right: 0;bottom: 0;}
.absolute.goaway,[absolute][goaway]{left: -999999px;top: -999999px;width: 100%;margin: -999999px auto auto -999999px;position: absolute !important;}
.relative.goaway,[relative][goaway]{margin: -999999px auto auto -999999px !important;}
.absolute.goaway.need-static,[absolute][goaway].need-static{position: static !important;}
.fixed,[fixed]{position: fixed;}
.fixed.max,[fixed][max]{left: 0;top: 0;right: 0;bottom: 0;}
.fixed.alert{visibility: hidden;transition:  .3s;}
.sticky{position: -webkit-sticky;position: sticky;top:  0;}
.fz0,[fz0],.fz,[fz]{font-size: 0;}
.over,[over],[text-line]{overflow: hidden;}
/*旋转180度，常用于箭头*/
.rotate-180,[rotate-180]{transform:  rotate(180deg) !important;}



[class^="cw"][absolute],[class*=" cw"][absolute],
[class^="cw"].absolute,[class*=" cw"].absolute{left: 50%;transform: translate(-50%,0)}
[class^="cw"][absolute][max],[class*=" cw"][absolute][max],
[class^="cw"].absolute.max,[class*=" cw"].absolute.max{left: 50%;top: 50%;transform: translate(-50%,-50%);bottom: auto;right: auto;}

/*弹性盒子*/
.flex-between,
.flex-around,
.flex-reverse,
.flex-wrap,
.flex-nowrap,
.flex-reverse2,
.flex-row,
.flex-column,
.flex-line,
.flex-left,
.flex-right,
.flex-center,
.flex-middle,
.flex-top,
.flex-bottom,
.flex-middle2,
.flex-top2,
.flex-bottom2,
.flex-max,
.flex-max2,
.flex-height,
.flex{display: box;display: -webkit-flex;display: -ms-flex;display: -webkit-box;display: -moz-box;display: flex;justify-content: flex-start;align-content: flex-start;}
.flex-column{flex-direction: column;}
.flex-height{align-content: flex-start;}
.flex-left:not(.flex-column){justify-content: flex-start;}
.flex-center:not(.flex-column){justify-content: center;}
.flex-right:not(.flex-column){justify-content: flex-end;}
.flex-between{justify-content: space-between;}
.flex-around{justify-content: space-around;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap>*{-webkit-flex-shrink: 0;flex-shrink: 0;}
.flex-reverse2{flex-wrap: wrap-reverse;}
.flex-row{flex-direction: row;}
.flex-reverse{flex-direction: row-reverse;}
.flex-top:not(.flex-column){align-content: flex-start;}
.flex-middle:not(.flex-column){align-content: center;}
.flex-bottom:not(.flex-column){align-content: flex-end;}
.flex-top2{align-items: flex-start;}
.flex-middle2{align-items: center;}
.flex-bottom2{align-items: flex-end;}
.flex-line{align-content: baseline;}
.flex-column.flex-center{align-items: center;}
.flex-column.flex-right{align-items: flex-end;}
.flex-column.flex-left{align-items: flex-start;}
.flex-column.flex-top{justify-content: flex-start;}
.flex-column.flex-middle{justify-content: center;}
.flex-column.flex-bottom{justify-content: flex-end;}
.flex-max{justify-content: center;align-items: center;flex-direction: column;}
.flex-max2{justify-content: center;align-items: center;}


/*弹窗*/
.popup{background: rgba(0,0,0,0);overflow: auto;z-index: 90;position:  fixed;top:  0;left:  0;height:  100%;width:  100%;}
.popup *{pointer-events: initial;}
.popup .el-popup-box{pointer-events: none;opacity: 0;}
.popup .el-popup-content{max-width: 100%;}
.popup:not(.el-side) [position="1"].el-popup-box,
.popup:not(.el-side) [position="2"].el-popup-box,
.popup:not(.el-side) [position="3"].el-popup-box,
.popup:not(.el-side) [position="5"].el-popup-box{-webkit-transform: translate(0,-20px);transform: translate(0,-20px);min-height: 75%;}
.popup:not(.el-side) [position="4"].el-popup-box{-webkit-transform: translate(-20px,0);transform: translate(-20px,0);min-height: 75%;}
.popup:not(.el-side) [position="6"].el-popup-box{-webkit-transform: translate(20px,0);transform: translate(20px,0);min-height: 75%;}
.popup:not(.el-side) [position="7"].el-popup-box,
.popup:not(.el-side) [position="8"].el-popup-box,
.popup:not(.el-side) [position="9"].el-popup-box{-webkit-transform: translate(0,20px);transform: translate(0,20px);min-height: 100%;}
.popup.el-side .el-popup-box{width:  100%;height:  100%;opacity:  1;}
.popup.el-side .el-popup-box .el-popup-content{transition: .3s;background:  #fff;}
.popup.el-side [position="2"] .el-popup-content{-webkit-transform: translate(0,-110%);transform: translate(0,-110%);width: 100% !important;}
.popup.el-side [position="4"] .el-popup-content{-webkit-transform: translate(-110%,0);transform: translate(-110%,0);height: 100% !important;}
.popup.el-side [position="6"] .el-popup-content{-webkit-transform: translate(110%,0);transform: translate(110%,0);height: 100% !important;}
.popup.el-side [position="8"] .el-popup-content{-webkit-transform: translate(0,110%);transform: translate(0,110%);width: 100% !important;}
.popup.cur{background: rgba(0,0,0,.2);}
.popup.cur [position].el-popup-box,
.popup.cur .el-popup-box{-webkit-transform: translate(0,0);transform: translate(0,0);opacity: 1;}
.popup.cur.el-side .el-popup-content{-webkit-transform: translate(0,0);transform: translate(0,0);}
.popup.notbg{background: none;pointer-events: none;}
.popup.notbg .el-popup-bg,
.popup.not-close .el-popup-bg{pointer-events: none;}


/*九宫格*/
.flex[position]{justify-content: center;align-items: center;}
.flex[position='1']{justify-content: start;align-items: start;}
.flex[position='2']{align-items: start;}
.flex[position='3']{justify-content: flex-end;align-items: flex-start;}
.flex[position='4']{justify-content: flex-start;}
.flex[position='6']{justify-content: flex-end;}
.flex[position='7']{justify-content: flex-start;align-items: flex-end;}
.flex[position='8']{align-items: flex-end;}
.flex[position='9']{justify-content: flex-end;align-items: flex-end;}


/*display快速设置*/
.hide,[hide],[dbs-nav]{display: none;}
.block,[block],for,nav,cty,db,dbx,jxt,txt{display: block;}
.inline,[inline]{display: inline;}
.inline-block,[inline-block]{display: inline-block;*display: inline;zoom: 1;vertical-align: top;}
.table,[table]{display: table;}
.table.max,[table][max]{width: 100%;}
.table-cell,[table-cell]{display: table-cell;vertical-align: middle;}
.table-cell.min,[table-cell][min]{width: 1px;white-space: nowrap;}


/*编辑器*/
.editor,
.detail{line-height: 1.8;font-size: 14px;}
.editor img,
.detail img{max-width: 100%;}
.editor ul li,
.detail ul li{list-style-type: disc;}
.editor ol li,
.detail ol li{list-style-type: decimal;}
.editor .list-paddingleft-2,
.detail .list-paddingleft-2{padding-left: 20px;}
.editor td,
.detail td,
.editor th,
.detail th{/*border: 1px solid #ddd;*/ padding: 5px 10px;}
.editor table.none td,
.detail table.none td,
.editor table.none th,
.detail table.none th{border: none; padding: 0;}
.editor pre,
.detail pre{margin: 10px 0;padding: 10px 12px;border-radius: 8px;background: #f6f6f6;font-size: 13px;font-family: '宋体'}
.editor pre .pre-copy{right: 10px;top: 10px;background: #607d8b;color: #fff;font-size: 12px;line-height: 1;padding: 5px;border-radius: 3px;opacity: 0;visibility: hidden;}
.editor pre:hover .pre-copy{opacity: 1;visibility: visible;}
.editor h1,.detail h1{font-size: 30px;font-weight: bold;}
.editor h2,.detail h2{font-size: 25px;font-weight: bold;}
.editor h3,.detail h3{font-size: 15px;font-weight: bold;}
.editor h4,.detail h4{font-size: 19px;font-weight: bold;}
.editor h5,.detail h5{font-size: 17px;font-weight: bold;}
.editor h6,.detail h6{font-size: 15px;font-weight: bold;}

/*图片在div居中*/
.m-pic,[m-pic]{position: relative;text-align: center;font-size: 0;line-height: 1;background:  url() no-repeat center / contain;}
.m-pic.absolute,[m-pic][absolute]{position: absolute;}
.m-pic.fixed,[m-pic][fixed]{position: fixed;}
.m-pic:before,[m-pic]:before{display: inline-block;height: 100%;vertical-align: middle;content: '';}
.m-pic:after,[m-pic]:after{display: inline-block;vertical-align: middle;content: '';padding-top: 0px;}
.m-pic svg,[m-pic] svg,
.m-pic img,[m-pic] img{max-width: 100%; max-height: 100%; vertical-align: middle;}
.m-pic svg[absolute],[m-pic] svg[absolute],
.m-pic svg.absolute,[m-pic] svg.absolute,
.m-pic img[absolute],[m-pic] img[absolute],
.m-pic img.absolute,[m-pic] img.absolute{top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.m-pic .v-top,.m-pic [v-top],[m-pic] [v-top],[m-pic] .v-top,
.m-pic .v-middle,.m-pic [v-middle],[m-pic] [v-middle],[m-pic] .v-middle,
.m-pic .v-bottom,.m-pic [v-bottom],[m-pic] [v-bottom],[m-pic] .v-bottom{display: inline-block;max-width: 100%;}
.m-pic .v-top,.m-pic [v-top],[m-pic] [v-top],[m-pic] .v-top{vertical-align: top;}
.m-pic .v-bottom,.m-pic [v-bottom],[m-pic] [v-bottom],[m-pic] .v-bottom{vertical-align: bottom;}
/*最大宽度*/
.max-img img,.m-img img{max-width: 100%;}
/*鼠标移过图片放大*/
.b-pic,[b-pic]{overflow: hidden;}
.b-pic img,[b-pic] img{-webkit-transition: 0.5s;transition: 0.5s;-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}
.b-pic:hover img,[b-pic]:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
@media (max-width: 751px){
	.b-pic:hover img,[b-pic]:hover img{-webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}}
/*图片占满div*/
.i-pic,[i-pic]{overflow: hidden;font-size: 0;position: relative;text-align: center;background:  url() no-repeat center / cover;}
.i-pic.absolute,[i-pic][absolute]{position: absolute;}
.i-pic.fixed,[i-pic][fixed]{position: fixed;}
.i-pic:before,[i-pic]:before,
.i-pic:after,[i-pic]:after{content: '';display: inline-block;}
.i-pic img,[i-pic] img{width: 100%;min-height: 100%;}
.i-pic img.center{left: 50%;top: 50%;transform: translate(-50%,-50%);position: relative;}
.i-pic .absolute,[i-pic] [absolute],.i-pic [absolute],[i-pic] .absolute{position: absolute;}

/*强行不换行*/
.nowrap,[nowrap]{white-space: nowrap;}
/*强行换行*/
.break,[break]{white-space: normal;word-break: break-all;}
/*垂直对齐方式*/
.v-middle,[v-middle]{vertical-align: middle;}
.v-top,[v-top]{vertical-align: top;}
.v-bottom,[v-bottom]{vertical-align: bottom;}
/*.v-bottom: not(td),[v-bottom]: not(td),
.v-top: not(td),[v-top]: not(td),
.v-middle: not(td),[v-middle]: not(td){display: inline-block;}*/

/*对齐方式*/
.text-left,[text-left]{text-align: left;}
.text-right,[text-right]{text-align: right;}
.text-center,[text-center]{text-align: center;}

/*当前行超出，显示省略号*/
.text-over,[text-over],[text-line="1"]{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.text-line,
.text-line2,
.text-line3,
.text-line4,
.text-line5,
.text-line6{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.text-line3{-webkit-line-clamp: 3;}
.text-line4{-webkit-line-clamp: 4;}
.text-line5{-webkit-line-clamp: 5;}
.text-line6{-webkit-line-clamp: 6;}


/*css3变换时间300毫秒*/
.trans,[trans]{-webkit-transition: .3s;transition: .3s;}
.trans5,[trans5]{-webkit-transition: .5s;transition: .5s;}
.trans-inter::before,.trans-inter::after{-webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; transition: .3s;}

/*鼠标手型*/
.pointer,[pointer]{cursor: pointer !important;}
.notallow,.not-allowed{cursor: not-allowed !important;}
/*灰色*/
.gray{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}

/*英文大写*/
.upper,[upper]{text-transform: uppercase;}

/*英文小写*/
.lower,[lower]{text-transform: lowercase;}

/*宽高100%*/
.maxh,[maxh]{height: 100%;}
.maxw,[maxw]{width: 100%;}

/*清浮动*/
.clear,[clear]{margin: 0px auto;clear: both;height: 0px;font-size: 0px;overflow: hidden;position: relative;}
.clear.a,[clear].a{top: -54px;display: block;height: 1px;width: 100%;position: relative;}
.clean,[clean]{zoom: 1;}
.clean:after,.clean:before,[clean]:after,[clean]:before{content: '';display: table;}
.clean:after,[clean]:after{clear: both;}


/*复制*/
.notcopy,[notcopy]{user-select: none;-webkit-user-select: none}

/*细小滚动条*/
.scrollbar{scrollbar-width:  thin;}
.scrollbar *{scrollbar-width:  thin;}
.scrollbar::-webkit-scrollbar,
.scrollbar *::-webkit-scrollbar{height: 5px;width: 5px;background: rgba(0,0,0,0)}
.scrollbar::-webkit-scrollbar:hover,
.scrollbar *::-webkit-scrollbar:hover{background: rgba(0,0,0,0.1)}
.scrollbar::-webkit-scrollbar-thumb,
.scrollbar *::-webkit-scrollbar-thumb{background: rgba(0,0,0,0.3);-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;-o-border-radius: 6px;border-radius: 6px}
.scrollbar::-webkit-scrollbar-thumb:hover,
.scrollbar *::-webkit-scrollbar-thumb:hover{-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);-ms-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);-o-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);background-color: rgba(0,0,0,0.4)}
/*隐藏滚动条*/
.scrollbar-hide,[scrollbar]{scrollbar-width: none;-ms-overflow-style: none;}
.scrollbar-hide::-webkit-scrollbar,[scrollbar]::-webkit-scrollbar{display: none;}
